Spacing Commands

These commands define the amount of space to leave in various situations. Change their values via LATEX's renewcommand command.

All of these spaces are defined as LATEX commands to overcome limitations in length evaluation. For example, if LeftMarginSBVerse were to be defined as a length and then immediately set to 4em's, the specific length would be evaluated with respect to the current font. This may not be what is desired; instead a length evaluated with respect to the font in place at the start of an SBVerse is probably what is desired. This can only be done by making these lengths LATEX commands (as far as I know).

LeftMarginSBChorus
is the amount of left margin to leave when the SBChorus environment is in effect.

LeftMarginSBVerse
is the amount of left margin to leave when the SBVerse environment is in effect.

SpaceAboveSTitle
is the amount of vertical space left by the STitle command before it prints the song title line.